ParcelAnnouncement-v1.0 Schema
ParcelPartnerType Element
ParcelAnnouncement-v1.0 Schema > Announcement Element > ParcelInfo Element : ParcelPartnerType Element
Description

This element can be used to recognize the parcel partner type where a parcel is announced. When a parcel is announced at Post NL for example, there is a track and trace website where a customer can post the track and trace barcode, together with the zip code to track a parcel.

Use this element to determine the used parcel service, so correct hyperlinks can be used within the email message to the final customer.

Please keep in mind that we can't help with url's of parcel services. You can use trial and error, or just simply contact them.

Namespace urn:xmlns:nedfox-retailvista-com:parcelannouncement-v1.0
Type
Restriction of xs:string
Diagram
ParcelPartnerType Element
Overview
ParcelPartnerType Restriction of xs:string

This element can be used to recognize the parcel partner type where a parcel is announced. When a parcel is announced at Post NL for example, there is a track and trace website where a customer can post the track and trace barcode, together with the zip code to track a parcel.

Use this element to determine the used parcel service, so correct hyperlinks can be used within the email message to the final customer.

Please keep in mind that we can't help with url's of parcel services. You can use trial and error, or just simply contact them.

Source
<xs:element name="ParcelPartnerType" minOccurs="1" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="RetailVista|PostNL|DPD|DHL|GLS" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
ParcelInfo ElementAnnouncement ElementParcelAnnouncement-v1.0 Schema